home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Utilities / PPC / UnSharPPC / src / smakefile < prev    next >
Encoding:
Makefile  |  1998-04-08  |  272 b   |  13 lines

  1. # smakefile for SAS/C 7.00 for powerUP(TM) PPC
  2. # 1998 by Andreas R. Kleinert
  3.  
  4. CC = SCPPC
  5.  
  6. OBJS = unshar.o
  7.  
  8. unshar.elf: $(OBJS)
  9.  
  10.           ppc-amigaos-ld -r LIB:c_ppc.o $(OBJS) LIB:scppc.a lib:end.o -o unshar.elf
  11.           Protect unshar.elf +e
  12.           Copy unshar.elf /
  13.